-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable Typescript noImplicitThis
#33250
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suppose all changed components have been tested?
Not really, but I can give it a quick round of testing later. |
@lunny Author said they will do some tests. But since you have merged, suppose you have tested all changed components? |
I have manually tested most pages except installations and only some of dimmers, dropdowns, modals, and tippies are tested. I will test the installation page later. |
Awesome, thank you for confirming! |
I can confirm that the installation can be completed without any issues. |
* giteaofficial/main: Only allow admins to rename default/protected branches (go-gitea#33276) Enable Typescript `noImplicitThis` (go-gitea#33250) Prepare for support performance trace (go-gitea#33286) Fix closed dependency title (go-gitea#33285) Move some Actions related functions from `routers` to `services` (go-gitea#33280) Fix incorrect TagName/BranchName usages (go-gitea#33279)
Thanks for testing. I usually don't test changes when I just add TS annotations or move code around. Any potential issues from it would already have been caught by TS itself. |
defineComponent
which makes type inference and linter work bettercreateApp
calls outside the SFCs into separate filesPropType
where appropriate